Release 10.1A: OpenEdge Development:
Progress 4GL Reference
RAW-TRANSFER( ) method
Copies data to or from a buffer object with no interpretation. This method works like the RAW-TRANSFER statement.
Return type: LOGICAL Applies to: Buffer object handle
to-modeA logical specifying the direction of the data transfer. When
to-modeis TRUE, data is transferred frombhtohandle-expression. Whento-modeis FALSE, data is transferred fromhandle-expressiontobh.handle-expressionAn expression that evaluates to the handle of either a buffer or a buffer field.
When using the RAW-TRANSFER statement to copy from a buffer object that contains a BLOB or CLOB field, Progress skips the BLOB or CLOB field and stores the Unknown value (
?) in the BLOB or CLOB field of the target buffer object.See also
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |